home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941221-19950208 / 000089_news@columbia.edu_Wed Jan 4 14:35:25 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA19837
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Wed, 4 Jan 1995 09:35:28 -0500
  3. Received: by apakabar.cc.columbia.edu id AA19448
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Wed, 4 Jan 1995 09:35:27 -0500
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: new kermit docs
  9. Date: 4 Jan 1995 14:35:25 GMT
  10. Organization: Columbia University
  11. Lines: 20
  12. Message-Id: <3eebnd$ivm@apakabar.cc.columbia.edu>
  13. References: <3ed2k9$52i@sgi.iunet.it>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <3ed2k9$52i@sgi.iunet.it>,
  18. Gianluca Attura  <mc8114@mclink.it> wrote:
  19. >I wish to know if, in any form, I can find the docs about the new 
  20. >Kermit structure, the long packets and the APC capabilities.
  21. >
  22. Long packets are not new.  They are documented in the Kermit protocol
  23. specification:
  24.  
  25.   Frank da Cruz, "Kermit, A File Transfer Protocol", Digital Press,
  26.   Bedford, MA, 1987, 379 pages, ISBN 0-932376-88-6.
  27.  
  28. The *use* of long packets is documented in the user manuals for each
  29. Kermit program, such as "Using MS-DOS Kermit", "Using C-Kermit".
  30.  
  31. APC capabilities are relatively recent.  They are documented in the
  32. update notes that come with MS-DOS Kermit 3.13 or later (KERMIT.UPD),
  33. C-Kermit 5A(190) or later (CKERMIT.INF for OS/2, ckcker.upd for UNIX,
  34. VMS, etc).
  35.  
  36. - Frank